ASP.NET MVC Controls
InputBaseBuilder<TControl,TBuilder> Class
Members 

The builder for the InputBase.
Syntax
'Declaration
 
Public MustInherit Class InputBaseBuilder
    (Of TControl As InputBase,
     TBuilder As InputBaseBuilder(Of TControl,TBuilder)) 
   Inherits ControlBuilder(Of TControl,TBuilder)
   Implements ITemplateBuilder(Of TBuilder) 
public abstract class InputBaseBuilder<TControl,TBuilder> : ControlBuilder<TControl,TBuilder>, ITemplateBuilder<TBuilder>  
where TControl: InputBase
where TBuilder: InputBaseBuilder<TControl,TBuilder>
Type Parameters
TControl
TBuilder
Remarks
The base class for all input controls.
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TComponent,TComponentBuilder>
            C1.Web.Mvc.Fluent.ControlBuilder<TControl,TControlBuilder>
               C1.Web.Mvc.Fluent.InputBaseBuilder<TControl,TBuilder>
                  C1.Web.Mvc.Fluent.CalendarBuilder
                  C1.Web.Mvc.Fluent.ColorPickerBuilder
                  C1.Web.Mvc.Fluent.FormInputBaseBuilder<TControl,TBuilder>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InputBaseBuilder<TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback